chore(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.2.5#13
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.2.5#13dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
afb8485 to
636a255
Compare
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.12 to 5.2.5. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](go-chi/chi@v5.0.12...v5.2.5) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.2.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
636a255 to
f8b2ef3
Compare
atulmgupta
added a commit
that referenced
this pull request
May 28, 2026
Extends web/eslint.config.js with bounded-context element descriptors covering all 7 frontend hot-spots (per ADR-011 §3): - src/features/dashboard/widgets/*/** (capture: domain) - src/lib/*/** (capture: purpose) - src/api/hooks/*/** (capture: domain) - src/hooks/*/** (capture: purpose) - src/components/ai/*/** (capture: feature) - src/components/feedback/*/** (capture: kind) - src/components/data-display/*/** (capture: kind) Patterns rooted at 'src/...' NOT 'web/src/...' per rubber-duck #13 (ESLint cwd is web/, so web/src/... would classify nothing and mask R0.5 / R8-R12 progress signals). Capture groups expose the bounded- context name so R13 can express rules like 'feature widget can only import from its own domain entities + shared'. REPORT-MODE TODAY: rules stay at default: 'allow' so the descriptors are CLASSIFICATORY only - they show the intended shape in lint output without ever failing the gate. R13 flips default to 'disallow' with explicit FSD allow lists + boundaries/no-private at error for components/* categories only (lib/ and hooks/ keep direct subpath imports per rubber-duck #14 to preserve tree-shaking). Ordering: most-specific planned-subpkg patterns FIRST so files already in a subdir win over the catch-all flat-layer patterns (pages/features/components/hooks/lib/api). Files still at the flat parent (today's reality) fall through to the existing layer type. Verified: npm run lint -> exit 0; full 24-audit chain still green. Refs: docs/architecture/repo-reorganization-plan.md §16.7.1 (R0 deliverables), rubber-duck #13 (pattern rooting), #14 (barrel-only scope). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/go-chi/chi/v5 from 5.0.12 to 5.2.5.
Release notes
Sourced from github.com/go-chi/chi/v5's releases.
... (truncated)
Changelog
Sourced from github.com/go-chi/chi/v5's changelog.
Commits
05f1ef7fix(middleware): add missing return in RouteHeaders empty check (#1045)6eb3588middleware: harden RedirectSlashes handler (#1044)de0d16eUpdate comment about min Go version (#1023)9fb4a15update reverseMethodMap in RegisterMethod (#1022)51c977cRefactor to use atomic type (#1019)563ab11Refactor graceful shutdown example (#994)a52c582Bump minimum Go and use new features (#1017)9b9fb55Replace methodTypString func with reverseMethodMap (#1018)0265fcdrefactor: iterative wildcard collapsing and add test for consecutive wildcard...cf537d4Optimize throttle middleware by avoiding unnecessary timer creation (#1011)